home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / miscnix.zip / README < prev    next >
Text File  |  1988-05-30  |  605b  |  11 lines

  1. Here are complete MSDOS versions of "split", "tail", and "head".  The "split"
  2. is faster than the one recently posted to the net; it is only a tad slower
  3. than the DOS copy command.  The "tail" is a complete implementation with the
  4. exception of the option having to do with pipes, which does not apply to the
  5. MSDOS implementation of pipes (sigh).  Once "tail" was done, I figured I could
  6. easily do "head" as well.
  7.  
  8. The programs print out a short usage synopsis when run without arguments
  9. (unless they are invoked as pipes); for more complete documentation, see the
  10. beginning of each source file.
  11.